home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.atlanta.com!usenet
- From: cam03@cppccam03.homedepot.com (Chuck Mattern)
- Newsgroups: comp.lang.c
- Subject: Re: passing of pointers
- Date: 22 Feb 1996 23:26:44 GMT
- Organization: Internet Atlanta
- Message-ID: <4giu3k$m6m@nntp.atlanta.com>
- References: <4ggavc$f4u@nntp.atlanta.com>
- NNTP-Posting-Host: 151.140.22.53
- X-Newsreader: knews 0.9.5
-
- I solved this one myself.... I just needed to pass p instead of *p.
-
- In article <4ggavc$f4u@nntp.atlanta.com>,
- cam03@cppccam03.homedepot.com (Chuck Mattern) writes:
-
- >release(maxtime, *p); /* this p is local to the calling function and at
- > the time of this invocation is equal to *tty
- > which is the head of the list */
- >
-
- --
- Chuck Mattern "That which does not kill us, makes us stronger.."
- cmattern@homedepot.com -Friedrich Nietzsche-
- 2727 Paces Ferry Rd.
- Atlanta, GA 30339
-
-
-